home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / alter2.dir / 00048_Script_48 < prev    next >
Text File  |  1994-11-28  |  271b  |  16 lines

  1. on enterFrame
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   
  4.   
  5.   set the cursor of sprite 1 to 0
  6.   set the cursor of sprite 2 to rcl
  7.   set the cursor of sprite 3 to lcl
  8.   
  9.   set the cursor of sprite 10 to pnt
  10.   
  11. --  unLoadCast
  12. end
  13.  
  14. on exitFrame
  15.   go to marker(0) + 1
  16. end